home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / dev / lang / amigaedocs.lha / ModulesText / MathIeeeSingBas.txt < prev    next >
Text File  |  1992-09-02  |  448b  |  20 lines

  1. ShowModule v0.1 (c) 1992 $#%!
  2. now showing: "emodules:MathIeeeSingBas.m"
  3. NOTE: don't use this output in your code, use the module instead.
  4.  
  5. LIBRARY 'mathieeesingbas.library', mathieeesingbasbase         /* informal notation */
  6.   IeeeSPFix(D0)
  7.   IeeeSPFlt(D0)
  8.   IeeeSPCmp(D0,D1)
  9.   IeeeSPTst(D0)
  10.   IeeeSPAbs(D0)
  11.   IeeeSPNeg(D0)
  12.   IeeeSPAdd(D0,D1)
  13.   IeeeSPSub(D0,D1)
  14.   IeeeSPMul(D0,D1)
  15.   IeeeSPDiv(D0,D1)
  16.   IeeeSPFloor(D0)
  17.   IeeeSPCeil(D0)
  18. ENDLIBRARY
  19.  
  20.